home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
gemfsc18.lzh
/
AESSRC18.LZH
/
AESUTIL.S
/
RCCOPY.S
< prev
next >
Wrap
Text File
|
1992-03-15
|
467b
|
14 lines
;*========================================================================
; rc_copy(GRECT *source, GRECT *dest)
;*========================================================================
_rc_copy::
.cargs #4,.psrce.l,.pdest.l
move.l .psrce(sp),a0
move.l .pdest(sp),a1
move.l a1,d0 ; return pdest
move.l (a0)+,(a1)+
move.l (a0),(a1)
rts